P  {
	font-size : medium;
	font-family : "Times New Roman";
	font-weight : normal;
	font-style : normal;
	color : Black;
	background-color : #FFFFCC;
}

H1  {
	font-size : x-large;
	font-family : "Arial";
	font-weight : normal;
	font-style : normal;
	color : White;
	background-color : Black;
}

H2  {
	font-size : large;
	font-family : "Arial";
	font-weight : normal;
	font-style : normal;
	color : Black;
    background-color: #FFFFCC;
}

H3  {
	font-size : medium;
	font-family : "Arial";
	font-weight : bold;
	font-style : normal;
	color : Black;
    background-color: #FFFFCC;
}

A  {}

A:Visited  {
	color : Purple;
	font-size : normal;
    background-color: #FFFFCC;
}

A:Active  {
	color : Blue;
	font-size : normal;
    background-color: #FFFFCC;
}

A:Hover  {
	color : Red;
	font-size : normal;
    background-color: #FFFFCC;
}

BODY  {
	font-size : medium;
	font-family : "Times New Roman";
	font-weight : normal;
	font-style : normal;
	color : #333333;
	background-color : #FFFFCC;
}

TABLE  {
	font-size : medium;
	font-family : "Times New Roman";
	font-weight : normal;
	font-style : normal;
	color : #333333;
	background-color : #FFFFCC;
}
